home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / netsta.zip / README.DOC < prev    next >
Text File  |  1993-04-23  |  2KB  |  70 lines

  1.  
  2. NetStat - by Steffen Plotner
  3.  
  4. ****************************************************
  5.  
  6.  Revision  Notes
  7.  
  8.  1.00      First Release to the public.
  9.  1.01      Added Screen Saver using the AES routines
  10.            and keyboard event registration function.
  11.            Screen Saver blanks after 10 minutes.
  12.  
  13. ****************************************************
  14.  
  15. The author of NetStat can be reached at
  16.  
  17.   Steffen Plotner
  18.   4 High Street, Apt 3
  19.   Turners Falls, MA 01376
  20.   CIS: 72607,1045
  21.   I-NET: splotner@maxine.wpi.edu
  22.  
  23. A contribution of $30.00 per server would be appreciated.
  24.  
  25. ****************************************************
  26.  
  27. USAGE:
  28.  
  29.  :LOAD SS
  30.  :LOAD NETSTAT
  31.  
  32. *
  33. * It may require the newest revision of CLIB.NLM
  34. * which can be found in the NOVLIB forum.
  35. * CLIB date is 11-11-92.
  36. *
  37. ****************************************************
  38.  
  39.  
  40. NetStat displays four graphs on the server:
  41.  
  42.  1. Packets Received      (see Help screen for explanation)
  43.  2. Packets Transmitted   (see Help screen for explanation)
  44.  3. Server Utilization
  45.  4. Packets Routed        (see Help screen for explanation)
  46.  
  47. ****************************************************
  48.  
  49. NetStat - Help Screen
  50.  
  51. Command  Explanation
  52. -------  --------------------------------------------------------------------
  53.  help    Displays this help screen
  54.  reset   Resets the δ values of all graphs and redisplays all graphs
  55.  quit    Quits NetStat NLM (same as UNLOAD NETSTAT)
  56.  
  57.  
  58. Notes:
  59. ------
  60.  Those graphs with the Max nδ value have the following meaning:
  61.  The δ (delta) value is the number of packets (or what ever entity it is in
  62.  regard to) that are received (send, processed, ...) during a 2 second
  63.  interval.  The percentage displayed on the graph is the percentage of
  64.  packets processed with respect to the Max nδ value during the last 2 second
  65.  interval.
  66.  
  67.  The screen saver is activated after a 10 minute period of keyboard inactivity.
  68.  
  69. ****************************************************
  70.